From: Daniel Boles Date: Mon, 2 Jul 2018 19:09:37 +0000 (+0100) Subject: ScrolledWindow: Fix/improve doc of key bindings X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~34^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=8a00551871d5d649cd6f79480e79f2fc2943783b;p=gtk%2B3.0.git ScrolledWindow: Fix/improve doc of key bindings Saying 'key + modifiers' is really weird, so reverse that, and explain why there are 2 cited and what the difference between them is. --- diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index ad4a0e1d75..970c91e256 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -815,7 +815,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class) * keybinding. The #GtkWidget::move-focus signal is emitted with * @direction_type on this scrolled window’s toplevel parent in the * container hierarchy. The default bindings for this signal are - * `Tab + Ctrl` and `Tab + Ctrl + Shift`. + * `Ctrl + Tab` to move forward and `Ctrl + Shift + Tab` to move backward. */ signals[MOVE_FOCUS_OUT] = g_signal_new (I_("move-focus-out"),